home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Computers
/
Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso
/
shareware
/
music
/
edplayer_2.1
/
edplayer.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-11-17
|
359b
|
14 lines
#ifndef __EDPLAYER
#define __EDPLAYER
typedef struct EdMessage { /* This is the EdMessage struct!!!! */
struct Message MainMess;
double pad1;
long pad2; /* Pads are so some fields coincide with ARexx, but */
long result; /* don't use this with anything except EdPlayer! */
long result2;
char *EdCommand;
};
#endif